EventSerializers

object EventSerializers

EventSerializers is responsible for mapping EventResponseFrame to KSerializer that can decode this frame to Event.

Functions

getByEventName
Link copied to clipboard
fun getByEventName(frame: EventResponseFrame): KSerializer<out Event>
Returns Event serializer that can decode given EventResponseFrame frame.

Sources

jvm source
Link copied to clipboard